home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
csubrtns.arc
/
LOCAL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1985-07-06
|
384 b
|
18 lines
/* useful definitions and sutch thst won't clutter stdio.h */
#define BLANK ' '
#define NEWLINE '\n'
#define TAB '\t'
#define then
#define integer int
#define begin {
#define end }
typedef int boolean;
#define EOS 0
#define YES 1
#define NO 0